/*全局样式*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}
.w {
    width: 1200px;
    margin: auto;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

img {
    border: 0;
	margin-bottom: 10px;
}

/*字数限制*/
.ellipsis {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    /*white-space: normal!important;*/
    text-overflow: ellipsis;
    word-wrap: break-word;


    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 29px;
    display: -webkit-box;
}

.ellipsis-2 {
    -webkit-line-clamp: 2;
}

/*全局样式结束*/
/*头部样式*/
.header {
    height: 260px;
    width: 100%;
    border-bottom: 1px solid #000000;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
}

.top {
    height: 30px;
    background-color: #01673f;
}

.top-text p {
    float: left;
    width: 375px;
    font-size: 16px;
    font-weight: bolder;
    color: white;
    line-height: 30px;
    margin: 0;
}

.top-text ul {
    float: right;
    width: 260px;
    height: 30px;
    margin: 0;
    display: flex;
    align-items: center;
}

.top-text ul li a {
    float: left;
    margin-right: 16px;
    margin-left: 4px;
    font-size: 16px;
    color: white;
}

/*logo样式*/
.logo {
    height: 105px;
    position: relative;
}

.logo-left {
    /*float: left;*/
    width: 320px;
    height: 82px;
    margin-top: 20px;
    position: absolute;
    left: 0;
}

/*搜索栏*/
.search {
    float: right;
    width: 316px;
    height: 40px;
    margin-top: 43px;
    margin-left: 2px;
    background-color: #01673f;
    border-radius: 14px;
}

.search input {
    width: 245px;
    height: 30px;
    border: 5px solid #01673f;
    border-radius: 14px;
    /*color:#cccccc;*/
    font-size: 17px;
    text-indent: 17px;
    padding: 0px;
    float: left;
    box-shadow: 5px 0 0 #eba624 inset, -5px 0 0 #eba624 inset;
}

.search button {
    border: 0;
    height: 40px;
    width: 50px;
    background: url("../../image/gsnmb/fangdajing.png") no-repeat center;
    cursor: pointer;
}
/*<!--第一个广告位-->*/
.advert-1 {
    margin-top: 210px;
    height: 120px;
    width: 1200px;
}
/*专题*/
.zt {
    display: flex;
    height: 90px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.carouselpar {
    width: 2100px;
    height: 80px;
    position: relative;
}
.carouselpar .carousel {
    position: relative;
    overflow: hidden;
}
.carouselpar .sltm-carousle {
    width: 100%;
}
.lf {
    float: left;
}
.carouselpar #Carouselzt ul {
    padding-left: 0;
}
.carouselpar .carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.sltm-carousle {
    width: 100%;
    height: 100%;
}
.carousel {
    overflow: hidden;
    position: relative;
}
.carouselpar .carousel-img li {
    height: 80px;
    width: 410px;
    float: left;
}
.carousel-img li {
    height: 100%;
    width: 100%;
}
.carousel-img li a img {
    height: 80px;
    width: 380px;
}


/*农报头条*/
.toutiao {
    height: 73px;
}

.tt {
    float: left;
    height: 73px;
    width: 73px;
    /*margin-top: 8px;*/
}
.tt1 {
    float: left;
    height: 73px;
    width: 73px;
    margin-top: 18px;
}

.tuisong {
    margin-top: 8px;
    float: left;
    height: 59px;
    width: 1127px;
    background: url("../../image/gsnmb/ttbj.png");
    /*background: url("../../image/gsnmb/ttbj_grey.png");*/
}
.tuisong2 {
    margin-top: 8px;
    float: left;
    height: 94px;
    width: 1127px;
    background: url("../../image/gsnmb/ttbj.png");
    /*background: url("../../image/gsnmb/ttbj_grey.png");*/
}

.tuisong span {
    font-size: 36px;
    color: #FFFFFF;
    /*color: #000000;*/
    font-weight: normal;
    line-height: 59px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.tuisong2 span {
    font-size: 26px;
    color: #FFFFFF;
    /*color: #000000;*/
    font-weight: normal;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

/*头条结束*/
/*内容1开始*/
.main-1 {
    height: 1064px;
    margin-top: 11px;
}

/*滚动图*/
.news-left-1 {
    float: left;
    width: 761px;
}

.Document {
    float: left;
}

/*热点关注*/
.hot {
    float: left;
    width: 761px;
    height: 640px;
    margin-top: 19px;
    /*background-color: #00A4F9;*/
}

.hot-top {
    height: 38px;
    /*border-bottom: 14px solid #eba624;*/
    background: url("../../image/gsnmb/hot1.png") no-repeat bottom;
}

.hot-top-left {
    float: left;
    height: 38px;
    width: 172px;
    cursor: pointer;
}
.hot-top-left2 {
    position: relative;
    top: 0;
    left: 230px;
    cursor: pointer;
    max-width: 460px;
    /*width: 340px; !* 四边形宽度 *!*/
    height: 38px; /* 四边形高度 */
    background-color: #01673f;
    transform: skewX(-20deg); /* 向右倾斜20度 */

}
.hot-top-left2 span {
    display: inline-block;
    position: relative;
    top: -30px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding-left: 15px;
    letter-spacing: 1px;
    /* 反向旋转文字 */
    transform: skewX(20deg);
    transform-origin: left;
}

.hot-top-right {
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #0C0C0C;
    margin-top: 7px;
}

.hot-list {
    height: 587px;
    width: 761px;
}
.hot-list1 {
    height: 587px;
    width: 761px;
}

.hot-news {
    height: 161px;
    margin-top: 24px;
    padding-bottom: 20px;
}
.hot-news:not(:last-child){
    border-bottom: 1px solid #cccccc;
}

.hot-news2 {
    height: 161px;
    margin-top: 24px;
    padding-bottom: 20px;
}
.hot-news2:not(:last-child){
    border-bottom: 1px solid #cccccc;
}
.hot-news2 table {
    position: relative;
    top: 20px;
}

.hot-news-title {
    text-align: center;
}

.hot-news-title a {
    font-size: 20px;
    font-weight: bold;
    color: #0C0C0C;
    margin: 0 auto;
}

.hot-news-contre {
    font-size: 16px;
    width: 488px;
    padding-left: 38px;
    padding-top: 3px;
    text-indent: 2em;
    color: #615e5e;
    line-height: 27px;
}
.hot-news-contre2 {
    font-size: 16px;
    width: 688px;
    padding-left: 28px;
    padding-top: 5px;
    color: #615e5e;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.hot-news-contre a {
    color: #eba624;
}
.hot-news-contre2 a {
    color: #eba624;
}

.hot-news-time {
    padding-left: 38px;
}

.time-left {
    margin-right: 50px;
}

/*内容1右边内容*/
.new-right-1 {
    float: right;
    height: 1064px;
    width: 412px;
}

/*右边热点1*/
.right-hot-1 {
    height: 208px;
}

.p-title {
    margin-bottom: 15px;
}

.p-title a {
    font-family: _GBK_YS;
    font-size: 18px;
    font-weight: bold;
    /*color: #01673f;*/
    letter-spacing: 2px;
}
.p-text {
    margin-bottom: 18px;
    text-indent: 2em;
    line-height: 1.5em;
}

.p-text a {
    font-size: 15px;
    color: #474747;
}

/*内容1新闻*/
.news1 {
    height: 399px;
}

.news1-title {
    height: 38px;
    background: url("../../image/gsnmb/news2.png") no-repeat bottom;
}

.news1-title-left {
    float: left;
}

.news1-title-right {
    float: right;
    margin-top: 7px;
    font-size: 16px;
    font-weight: bold;
    color: #0C0C0C;
}

.news1-contre {
    height: 335px;
    background-color: #f5f4f2;
    margin-top: 5px;
}

.news1-contre ul {
    padding-top: 16px;
    border-bottom: 1px solid #eba624;
}

.news1-contre ul:last-child {
    padding-top: 16px;
    border-bottom: 0px solid #eba624;
}

.news1-contre ul li {
    margin-bottom: 17px;
}

.news1-contre ul li::before {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    background: #eba624;
    /*vertical-align: middle;*/
    margin-right: 10px;
    margin-left: 12px;
}

.news1-contre ul li a {
    font-size: 18px;
    color: #0C0C0C;
}

/*去掉news1-contre内最后一个ul孩子的底部边框*/
.ad_flex{
    display: flex;
    justify-content: space-between;
}
.advert-2 {
    margin-top: 34px;
}

/*内容2开始*/
.main-2 {
    height: 870px;
}

/*资讯开始*/
.information {
    float: left;
    width: 761px;
    height: 870px;
    margin-top: 19px;
}

/*内容1右边内容*/
.new-right-1 {
    float: right;
    height: 1064px;
    width: 412px;
}

/*资讯结束*/
/*右边数字报开始*/
.ep {
    float: right;
    height: 509px;
    width: 412px;
    margin-top: 19px;
}

.szb-content {
    height: 480px;
    background-color: #f5f4f2;
}

.szb-img {
    text-align: center;
    padding: 25px 0;
}

.szb-list {
    height: 132px;
}

.szb-list ul li::before {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    background: #eba624;
    /*vertical-align: middle;*/
    margin-right: 10px;
    margin-left: 12px;
}

.szb-list ul li {
    padding-top: 5px;
}

.szb-list ul li a {
    font-size: 18px;
    color: #0C0C0C;
}

.vision {
    float: right;
    height: 338px;
    width: 412px;
    margin-top: 18px;
}

.video {
    width: 100% !important;
    height: 204px !important;
}

.video-cover-box {
    height: 204px;
    width: 100%;
    background: #000;
    text-align: center;
}

.video-image-play {
    position: absolute !important;
    width: 80 rpx !important;
    height: 80 rpx !important;
    top: calc(50% - 40rpx) !important;
    left: calc(50% - 40rpx) !important;
    z-index: 100 !important;
}

/*右边数字报结束*/
/*内容2结束*/
/*广告3*/
.advert-3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-3 {
    height: 1110px;
    border-bottom: 1px solid #cccccc;
}

.main-3-left {
    float: left;
    width: 761px;
    height: 1093px;
}

.location {
    float: left;
    width: 761px;
    height: 490px;
}

.location-select {
    display: flex;
    margin: 15px auto;
    height: auto;
    border-bottom: 1px solid #cccccc;
    flex-wrap: wrap;
}

.loction1 {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    height: 26px;
    color: #0C0C0C;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 6px;
    background-color: #eba624;
}

.tour {
    float: left;
    height: 353px;
    width: 761px;
    margin-top: 40px;
}

.location-list {
    height: 359px;
}

.tour-list {
    height: 302px;
    margin-top: 17px;
}

.tour-list ul {
    width: 769px;
}

.tour-list ul li {
    float: left;
    width: 183px;
    height: 146px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.tour-list ul li p {
    color: #0C0C0C;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
}

/*广告4*/
.advert-4 {
    float: left;
    width: 761px;
    height: 144px;
    margin-top: 66px;
}

/*内容3左边结束*/
/*内容3右边开始*/
.main-3-right {
    float: right;
    width: 412px;
    height: 1072px;
}

/*内容3右边结束*/
.examine {
    height: 370px;
}

.examine-news {
    height: 156px;
    margin-top: 20px;
    border-bottom: 1px solid #f3c877;
}

.examine-news-title {
    text-align: center;
}

.examine-news-title a {
    font-size: 20px;
    font-weight: bold;
    color: #0C0C0C;
    margin: 0 auto;
}

.examine-news-contre {
    font-size: 18px;
    width: 204px;
    padding-left: 8px;
    padding-top: 3px;
    text-indent: 2em;
}

.examine-news-contre a {
    color: #eba624;
}

.examine-list {
    height: 121px;
}

.examine-list ul a {
    font-size: 18px;
    color: #0C0C0C;
}

.examine-list ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: black;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 12px;
}

.examine-list ul li {
    margin-top: 13px;
}

.about {
    height: 100px;
    margin-top: 20px;
}

.about-content {
    height: 36px;
    margin-top: 25px;
}

.about-1 {
    float: left;
    margin-right: 80px;
}

.about-1 img {
    float: left;
    margin-right: 10px;
}

.about-1 p {
    float: left;
    font-size: 19px;
    color: #0C0C0C;
}

.rq {
    height: 100px;
    margin-top: 27px;
    background-color: #f5f4f2;
}

.rq-left {
    float: left;
    margin-left: 8px;
    margin-right: 35px;
}

.rq-right {
    float: left;
}

.advert-5 {
    margin-top: 15px;
}

.link {
    height: 111px;
}

.link p {
    font-size: 16px;
    color: #474747;
    text-align: center;
    margin-top: 24px;
}

.link ul li a {
    float: left;
    padding: 14px 20px;
    color: #474747;
    font-size: 16px;
}

.bottom {
    margin-top: 30px;
    padding-top: 40px;
    height: 230px;
    width: 100%;
    border-top: 1px solid #000000;
}

.bottom1 {
    text-align: center;
    margin-bottom: 15px;
}

.bottom1 ul {
    display: inline-block;
}

.bottom1 ul li {
    display: inline-block;
    font-size: 14px;
    color: #696969;
    margin: 0 5px;
}

.bottom1 ul li a {
    float: left;
    font-size: 14px;
    color: #696969;
}

.bottom1 .b-2 {
    padding: 0 10px;
    border-left: 1px solid #696969;
    border-right: 1px solid #696969;
}
